home *** CD-ROM | disk | FTP | other *** search
- Path: oreig.uji.es!ii202
- From: ii202@rossegat.uji.es (Jorge Acereda Macia)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Qblit intereference again
- Date: 4 Mar 1996 14:12:58 GMT
- Organization: Universitat Jaume I. Castell≤ de la Plana. Spain
- Distribution: world
- Message-ID: <4hetpa$rbf@oreig.uji.es>
- References: <4gb6om$104@sunsystem5.informatik.tu-muenchen.de> <4gl0m0$r6s@oreig.uji.es> <4h4dcv$lcs@sunsystem5.informatik.tu-muenchen.de>
- NNTP-Posting-Host: @rossegat.uji.es
- X-Newsreader: TIN [version 1.2 PL2]
-
- Juergen "Rally" Fischer (fischerj@informatik.tu-muenchen.de) wrote:
-
- > |> > move.l bltnode,a0
- > |>
- > |>
- > |> > clr.l (a0)+ : move.l #function,(a0)+
- > |> ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^
- > |> I never do this. I don't touch the bltnode.next field and I change the
- > |> pointer to the function in the bltnode.function code.
- > |>
-
- > sorry, have I maybe missed something like "initbltnode()" ???
- > I mean, who is to init the node if not you ?
-
- You should init it ONCE at startup. Something like:
-
- mybltnode: dc.l 0
- dc.l firstfunction...
-
- Do not change it every frame.
-
- As for the sample code using signals... Check Peter McGavin's c2p8.s
-
- Greets,
- --
- ---------------------------- --------------------------------------------
- | Jorge Acereda | Dream the same thing everynight |
- | ii202@rossegat.uji.es | I see our freedom in my sight |
- | Intel Outside | No locked doors, no windows barred |
- | Amiga Rules | No things to make my brain seem scarred |
- ---------------------------- --------------------------------------------
-